Delete a group

Delete a group in the organization.

Use with extreme caution. Deleting a group that has associated entities will result in orphaned entities, which cannot be recovered.

Ensure all entities are removed or moved before deleting the group to avoid data loss.

SecuritybearerAuth
Request
path Parameters
groupIdentifier
required
string

ID of the group to delete.

Example: 880e60d8-fbed-217a-1720-6511d9f16361
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

delete/groups/{groupIdentifier}
Request samples
Response samples
application/json
{
  • "error": "Bad Request",
  • "message": "Groups with subgroups cannot be deleted."
}